ITypeProviderCreator.GetLocalAssembly(Object) Method

Definition

Returns the local assembly associated with the specified object.

public:
 System::Reflection::Assembly ^ GetLocalAssembly(System::Object ^ obj);
public System.Reflection.Assembly GetLocalAssembly (object obj);
abstract member GetLocalAssembly : obj -> System.Reflection.Assembly
Public Function GetLocalAssembly (obj As Object) As Assembly

Parameters

obj
Object

The Object for which to obtain the local assembly.

Returns

The Assembly associated with obj.

Remarks

GetLocalAssembly provides the assembly returned by the LocalAssembly property.

Applies to