TypeProvider.LocalAssembly Property

Definition

Gets a value that represents the locally defined Assembly for this instance.

public:
 property System::Reflection::Assembly ^ LocalAssembly { System::Reflection::Assembly ^ get(); };
public System.Reflection.Assembly LocalAssembly { get; }
member this.LocalAssembly : System.Reflection.Assembly
Public ReadOnly Property LocalAssembly As Assembly

Property Value

The locally defined Assembly for this instance.

Implements

Applies to