コード例 #1
0
 public Import(ImportSectionNode tableNode, Signature importSignature, MethodDesc callingMethod = null)
 {
     Table           = tableNode;
     CallingMethod   = callingMethod;
     ImportSignature = new SignatureEmbeddedPointerIndirectionNode(this, importSignature);
 }
コード例 #2
0
 public Import(ImportSectionNode tableNode, Signature importSignature, string callSite = null)
 {
     Table           = tableNode;
     CallSite        = callSite;
     ImportSignature = new SignatureEmbeddedPointerIndirectionNode(this, importSignature);
 }