PluginsManagerIsPlugInAssembly Method
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static bool IsPlugInAssembly(
string fileName,
string expectedGuid,
out string resultGuid
)
Public Shared Function IsPlugInAssembly (
fileName As String,
expectedGuid As String,
<OutAttribute> ByRef resultGuid As String
) As Boolean
public:
static bool IsPlugInAssembly(
String^ fileName,
String^ expectedGuid,
[OutAttribute] String^% resultGuid
)
static member IsPlugInAssembly :
fileName : string *
expectedGuid : string *
resultGuid : string byref -> bool
- fileName String
-
- expectedGuid String
-
- resultGuid String
-
Boolean