Class VerifyLoaderBuildAttribute
Inheritance
VerifyLoaderBuildAttribute
Assembly: RedLoader.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class VerifyLoaderBuildAttribute : Attribute
Constructors
VerifyLoaderBuildAttribute(string)
Declaration
public VerifyLoaderBuildAttribute(string hashcode)
Parameters
Type |
Name |
Description |
string |
hashcode |
|
Properties
HashCode
Build HashCode of RedLoader.
Declaration
public string HashCode { get; }
Property Value
Methods
IsCompatible(string)
Declaration
public bool IsCompatible(string hashCode)
Parameters
Type |
Name |
Description |
string |
hashCode |
|
Returns