Namespace: DeltaEngine.Editor.ContinuousUpdaterAssembly: DeltaEngine.Editor.ContinuousUpdater (in DeltaEngine.Editor.ContinuousUpdater.dll) Version: 1.1.1.0 (1.1.1)
protected virtual bool CheckAssembly(
string assemblyPath
)
protected virtual bool CheckAssembly(
string assemblyPath
)
Protected Overridable Function CheckAssembly (
assemblyPath As String
) As Boolean
Protected Overridable Function CheckAssembly (
assemblyPath As String
) As Boolean
protected:
virtual bool CheckAssembly(
String^ assemblyPath
)
protected:
virtual bool CheckAssembly(
String^ assemblyPath
)
abstract CheckAssembly :
assemblyPath : string -> bool
override CheckAssembly :
assemblyPath : string -> bool
abstract CheckAssembly :
assemblyPath : string -> bool
override CheckAssembly :
assemblyPath : string -> bool
Return Value
Type:
Boolean