ISymbolVariable.GetSignature 方法
定义
获取变量签名。Gets the variable signature.
public:
cli::array <System::Byte> ^ GetSignature();
public byte[] GetSignature ();
abstract member GetSignature : unit -> byte[]
Public Function GetSignature () As Byte()
返回
- Byte[]
作为不透明 Blob 的变量签名。The variable signature as an opaque blob.