[This is preliminary documentation and is subject to change.]
Removes assembly reference by its name if it was already referenced
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool UnReferenceAssembly(
string aname
)
public bool UnReferenceAssembly(
string aname
)
Public Function UnReferenceAssembly (
aname As String
) As Boolean
Public Function UnReferenceAssembly (
aname As String
) As Boolean
public:
bool UnReferenceAssembly(
String^ aname
)
public:
bool UnReferenceAssembly(
String^ aname
)
member UnReferenceAssembly :
aname : string -> bool
member UnReferenceAssembly :
aname : string -> bool
Return Value
Type:
Boolean