ResolveComReference.WrapperOutputDirectory Property

Definition

Gets or sets the location on disk where the generated interop assembly is placed.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ WrapperOutputDirectory { System::String ^ get(); void set(System::String ^ value); };
public string WrapperOutputDirectory { get; set; }
public string WrapperOutputDirectory { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.WrapperOutputDirectory : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.WrapperOutputDirectory : string with get, set
Public Property WrapperOutputDirectory As String

Property Value

The location on disk where the generated interop assembly is placed.

Attributes

Applies to