FieldDescription.ParameterAssemblyFullName Property

Definition

Gets the full name of the assembly containing the type identified by ParameterTypeFullName or ParameterTypeName.

public:
 property System::String ^ ParameterAssemblyFullName { System::String ^ get(); };
public:
 property Platform::String ^ ParameterAssemblyFullName { Platform::String ^ get(); };
public string ParameterAssemblyFullName { get; }
member this.ParameterAssemblyFullName : string
Public ReadOnly Property ParameterAssemblyFullName As String

Property Value

Remarks

If the assembly is not currently loaded in the hosting application's AppDomain, the hosting application needs to load the containing assembly to access the type information. AssemblyName is used for this purpose.

If not already set by a call to SetParameterType(Type), String will be used as the type.

Applies to